home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-23 | 619 b | 45 lines | [TEXT/KAHL] |
- #include <Types.r>
-
- resource 'ALRT' (128, "Message") {
- {82, 36, 248, 470},
- 30627,
- { /* array: 4 elements */
- /* [1] */
- OK, visible, sound1;
- /* [2] */
- OK, visible, sound1;
- /* [3] */
- OK, visible, sound1;
- /* [4] */
- OK, visible, sound1
- }
- };
-
- resource 'DITL' (30627) {
- { /* array DITLarray: 4 elements */
- /* [1] */
- {112, 320, 132, 380},
- Button {
- enabled,
- "OK"
- };
- /* [2] */
- {59, 49, 76, 405},
- StaticText {
- disabled,
- "^0"
- };
- /* [3] */
- {81, 51, 97, 115},
- StaticText {
- disabled,
- "^1"
- };
- /* [4] */
- {82, 118, 98, 246},
- StaticText {
- disabled,
- "^2"
- }
- }
- };